home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / LZSS Res 2.1 ト.sit / LZSS Res 2.1 ƒ / README.rsrc / TEXT_128.txt < prev    next >
Text File  |  1993-06-30  |  3KB  |  49 lines

  1. ツ 
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. Demos presents!
  9. LZSS Res v2.1
  10. Written by Dmitry Boldyrev
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. 窶「窶「 RELEASE VERSION 窶「窶「
  19.  
  20. I. What is LZSS Res good for?
  21. LZSS Res is a very useful utility for programmers (companies) whose final products are big and nasty like MS Word or NCSA Mosaic. These programs sizes are as big as 1.4 megs or 2 megs. And the reason why theyare so big is because all user interface stuff (buttons, dialogs, picts, snds) is stored in the resource fork uncompressed. And of course, the price of the products is sometimes rised without no reason because they have to ship disks with the program to the customers, now, imagine if you could compress the resources and reduce your application's size by 50%, so, instead of sending 10 disks to the customers you send only 5. 
  22. LZSS is such a utlity which compresses the resource fork a very efficient and fast way! You can compress the resources without even worring about slowing down your application because the decompression speeds are compared to real time. Recently, I did many experiments with different sizes and computers and it came out that the LZSS Example could decompress the PICT of size 271kb for 3ms (milliseconds) on my Quadra 900 and  decompresses the same PICT of size 271 kb for 9-10ms on a MacIIsi. I thought that my program is not as good in compression as others, but I was wrong since the results you see clearly show that the compression scheme I used is much better than others:
  23.  
  24. Original PICT's (picture) size is 265,564 bytes
  25.  
  26. ツ 
  27.  
  28.  
  29.  
  30.  
  31. Changes since 2.0
  32. 窶「 You don't need to modify your application except one place which installs the trap patch) btw, tons thanks to Jim Wintermyre; without his help I don't think I could succeed in patching
  33. 窶「 Improoved example
  34. 窶「 Reduced the size of the library (it is now only 634 bytes in the project)
  35. 窶「 Fixed small icon (thanks to Steven M Bytnar who remind me to fix it)
  36. 窶「 Imrpooved README (my english is not the first language, sorry)
  37. Changes since 2.1
  38. 窶「 Reported incompatibility with Software FPU (so, I guess you would have to disable it)
  39.  
  40. This package is shareware, if you use, you have to pay the shareware fee. The following people can use LZSS Res package without paying shareware:
  41. 窶「 All who work part/full time on campus at the University of Utah, however, you should give me a call. My phone numbers are listed, see the last chapter "How to register the shareware?" of this README file.
  42. 窶「 Steven M Bytnar
  43. 窶「 John Whited
  44. 窶「 Jim Wintermyre
  45.  
  46. YOU MAY NOT RELEASE YOUR SOFTWARE WHICH USES THIS PACKAGE UNTIL YOU REGISTER IT.
  47. (See the last page of this README)
  48.  
  49. Special thanks to the people who helped me to bring this product to the world, sumex moderators, people on IRC (Internet Relay Chat), people on usenet (comp.sys.mac.programmer) and many many others!